home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
United Public Domain Gold 2
/
United Public Domain Gold 2.iso
/
business
/
pb023.dms
/
pb023.adf
/
AutoExec.AMOS
/
AutoExec.amosSourceCode
Wrap
AMOS Source Code
|
1990-10-01
|
775b
|
22 lines
'***************************************************
'* INTRODUCTION SCREEN for FORMS REALLY UNLIMITED *
'* (c) A.H.Meek 1990 *
'***************************************************
'
VERSION$="Ver:1.04"
'--------------------------- Version History ----------- 01/10/90
' 1.00 Original Header sent with appraisal sample
' 1.01 IFF Screens now added to replace dull intro
' 1.02 IFF amalgamated into one screen
' 1.03 Second Appraisal Sample
' 1.04 Third Appraisal Sample sent to P.D.Library
'---------------------------------------------------------
Hide
Load Iff("DF0:FScrn.IFF"),0
Screen Display 0,,38,,
Text 406,23,VERSION$
Do
K$=Inkey$ : Exit If K$<>""
Exit If Mouse Click
Loop
Run "DF0:Forms.AMOS"